<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main {width:100%;overflow: hidden; clear:both;}
@media screen and (max-width: 768px) {
#main{width:100%; }
}
@media screen and (max-width: 500px) {
#main{width:100%;}
}
</pre></body></html>